home *** CD-ROM | disk | FTP | other *** search
/ LearnKey: Word 2000 / LearnKey - Word 2000.iso / Install / program files / Velocity.exe / 0 / RCDATA / TCHALLENGES / TCHALLENGES.txt
Encoding:
Text File  |  1999-05-10  |  1.5 KB  |  70 lines

  1. object Challenges: TChallenges
  2.   Left = 465
  3.   Top = 119
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Challenges'
  7.   ClientHeight = 306
  8.   ClientWidth = 167
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ListBox1: TSpecialListBox
  19.     Left = 0
  20.     Top = 41
  21.     Width = 167
  22.     Height = 265
  23.     ImageList = Form1.ImageList2
  24.     SectionFont.Charset = DEFAULT_CHARSET
  25.     SectionFont.Color = clWindowText
  26.     SectionFont.Height = -11
  27.     SectionFont.Name = 'MS Sans Serif'
  28.     SectionFont.Style = []
  29.     Align = alClient
  30.     Color = 44930213
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clBlack
  33.     Font.Height = -13
  34.     Font.Name = 'Times New Roman'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     TabOrder = 0
  38.     OnClick = ListBox1Click
  39.     OnMouseUp = ListBox1MouseUp
  40.   end
  41.   object Panel1: TPanel
  42.     Left = 0
  43.     Top = 0
  44.     Width = 167
  45.     Height = 41
  46.     Align = alTop
  47.     BevelOuter = bvNone
  48.     Caption = 'Panel1'
  49.     Color = 44930213
  50.     TabOrder = 1
  51.     object lblTitle: TLabel
  52.       Left = 0
  53.       Top = 8
  54.       Width = 167
  55.       Height = 33
  56.       Align = alBottom
  57.       Alignment = taCenter
  58.       AutoSize = False
  59.       Caption = 'lblTitle'
  60.       Font.Charset = ANSI_CHARSET
  61.       Font.Color = clBlack
  62.       Font.Height = -15
  63.       Font.Name = 'Times New Roman'
  64.       Font.Style = [fsBold]
  65.       ParentFont = False
  66.       WordWrap = True
  67.     end
  68.   end
  69. end
  70.